home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEN4 #76
/
GEN4 CD 76.iso
/
pc
/
battled
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1995-01-12
|
467b
|
20 lines
@echo off
mode co80
copyfilz %1 %2 %3 %4 %5 %6 %7 %8 %9
if errorlevel 1 goto end
if not exist soundset.exe goto end
soundset
cls
echo ˇTo play NOW:
echo ˇ Type BD and press [ENTER].
echo .
echo ˇTo play LATER:
echo ˇ CD to the game directory,
echo ˇ then type BD and press [ENTER].
echo .
echo If you should ever need to change your sound card
echo selection or settings, CD to the game directory
echo and run SOUNDSET.
goto end
:end